[LAZARUS] Access Remote SQL Server Database on WinCE programming
Posted
by Dels
on Stack Overflow
See other posts from Stack Overflow
or by Dels
Published on 2009-07-07T09:24:10Z
Indexed on
2010/04/17
6:03 UTC
Read the original article
Hit count: 768
lazarus
|sql-server
I'm programming using Lazarus (Freepascal IDE, Delphi Like), and i have a problem when i need to connect into a remote SQL Server database on the network.
My question:
- Is there any way to connect to a remote SQLdb on Lazarus?
- What is required connector type for SQL Server 2005?
- Is there any ODBC driver available for Windows CE (Windows Mobile 5/6)? (If so, I could use TODBCConnection...)
I already searched and asked on the Lazarus community forum but didn't get any response
© Stack Overflow or respective owner